dm: add missing includes
authorJeroen Hofstee <[email protected]>
Wed, 25 Jun 2014 19:57:45 +0000 (21:57 +0200)
committerTom Rini <[email protected]>
Fri, 18 Jul 2014 21:53:23 +0000 (17:53 -0400)
commitfd536d818d9bb9138ca74dedf187b8086eb08a24
tree5d48964109367f7e42ebd2b057af5a6fac20e313
parentc5d4001a1cbca546f83ec7f2299c664fb00e6451
dm: add missing includes

lists.c / root.c do not include their own header and they
could potentially implement a different function. Therefore
actually include the headers.

cc: [email protected]
Signed-off-by: Jeroen Hofstee <[email protected]>
Acked-by: Simon Glass <[email protected]>
drivers/core/lists.c
drivers/core/root.c